home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
climatechaos.swf
/
scripts
/
frame_9
/
PlaceObject2_221_119
/
CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-12
|
278 b
|
15 lines
onClipEvent(load){
this.onRelease = function()
{
getURL("http://www.superflashbros.net","_blank","GET");
};
this.onRollOver = function()
{
this.gotoAndStop(2);
};
this.onRollOut = function()
{
this.gotoAndStop(1);
};
}